@charset "utf-8";
body {
	color: white;
	background-color: #9ac;
	font-family: papyrus, palatino, "monotype corsiva", cursive;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	width: 890px;
	background-color: #efffef;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 50px;
	border: medium double #000;
	color: #000;
}
#logo {
	float: left;
}
#pagetitle {
	float: left;
	width: 748px;
	height: 87px;
	font-size: medium;
	border-bottom: black double medium;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: papyrus, "monotype corsiva", cursive;
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
	padding-top: 50px;
	font-variant: small-caps;
	padding-right: 15px;
}


#picsfornav li a img { /*pictures in the picture nav on the homepage*/
	margin-right: auto;
	margin-left: auto;
	width: 128px;
}
#picsfornav li {
	float: left;
	height: 250px;
	width: 205px;
	list-style-type: none;
}
.centeredimagelink {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.underpiclink {
	float: left;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
}
a.linktext, a:visited.linktext { /*links under the picture nav on the homepage*/
	padding: 2px;
	color: #000;
	display: block;
	width: 170px;
	text-decoration: none;
	background-color: #cde;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaff;
	border-right-color: #6666ff;
	border-bottom-color: #6666FF;
	border-left-color: #aaaaff;
	font-weight: bold;
}
a:hover.linktext, a:active.linktext, a:focus.linktext {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}
a.linktext.purchase, a:visited.linktext.purchase {
	padding: 1px;
	width: 40px;
	font-size: 9px;
	background-color: #63C;
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c9f;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #c9f;
}
a:hover.linktext.purchase { 
	background-color: #FFF;
	color: #333;
}
#menu {  /*all menu items control the navbar across the top of every page with all pages included*/
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	margin-bottom: 15px;
	float: left;
	clear: right;
	font-size: 13px;
	text-align: center;
}
#menu li {
	float: left;
	text-align: center;
	background-color: #63C;
	margin: 1px;
	padding-left: 0px;
	list-style-type: none;
}
#menu a {
	text-decoration: none;
	color: #000;
	display: block;
	background-color: #cde;
	padding-right: 25px;
	padding-left:25px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaff;
	border-right-color: #6666ff;
	border-bottom-color: #6666ff;
	border-left-color: #aaaaff;
	font-weight: normal;
}
#menu a:hover {
	color: #000;
	background-color: #FFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaaaff;
	border-right-color: #6666ff;
	border-bottom-color: #6666ff;
	border-left-color: #aaaaff;
	font-weight: normal;
}
.imgfloatright {
	float: right;
	padding-left: 20px;
}
.imgfloatleft {
	float: left;
	padding-right: 20px;
}
.textcenter {
	text-align: center;
	padding-bottom: 30px;
}
.browse {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.imageonpage {  /*all the images on the category pages that you browse through*/
	float: left;
	width: 275px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.horizontal { /*special class for images on category pages that are wider than the standard size of .imageonpage*/
	width: 412px;
}
#special1 { /*for work that is very wide, too wide for the horizontal space created in .imageonpage.horizontal*/
	width: 550px;
}
p #topp { /*back to top nav at bottom of each page*/
	clear: both;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.generalwidebodyonpage { /*used for paragraphs of info on homepage, with a top border*/
	float: left;
	width: 845px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: black double medium;
}
#nobottomborder {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.generalwidebodyonpagenotopborder {  /*used for paragraphs of info on homepage, with no top border*/
	float: left;
	width: 820px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.divforimageandtext { /*use for pic plus, if needed, caption, say in div on homepage listing new events*/
	padding: 10px;
	float: left;
	width: 250px;
}
.imageonpage.horizontal p { /*to center the captions under the works on the category pages*/
	text-align: center;
}
.browse .imageonpage p { /*to center the captions under the horizontal works on the category pages*/
	text-align: center;
}
img { /*to center all images, within their divs*/
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: none;
}
.imageonpage form {
	text-align: right;
}
.imageonpage.horizontal form {
	text-align: right;
}

.viewcart {
	text-align: right;
	float: right;
	display: block;
	clear: both;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
/*following is for the commissions page*/
.prices {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	border: thin solid white;
	clear: both;
}
.prices h3 {
	text-decoration: underline;
	text-align: center;
}
.prices p {
	text-align: center;
}